|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule lists all eligible transactions that can be added to a policy based on the policy status. The activities can be both user defined and spawned (i.e., system defined activities). The business rule can be overridden at the plan level.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<EligibleTransactionsByPolicyStatus> |
The required opening and closing elements of this business rule. |
|
|
|
<PolicyStatus> |
Required; |
CODE |
Required; |
|
NAME |
Optional; | ||
|
<Transaction> |
Required; |
TYPE |
User - Transaction can be user generated
or spawned. |
|
<Tests> |
Optional Element; Indicates the start and end tag of the Test elements and definition.
1) <Tests> tag are used to limit the transactions on the activity screen based on the another field in the Policy screen 2) Also used to limit activities from processing based on an activity/transaction already processing, e.g., Once a DCA start process, DCA start should no longer be available. |
|
|
|
<Test> |
Required/Repeatable Element; Defines the Expression to compare a PolicyField to validate the Transaction Value. If more than one <Test> tags are used, all the Test conditions should be satisfied in order for the transactions. to be listed when the Policy is in certain Status. |
|
String: Test criteria expression. |
|
<Transactions> |
Indicates start tag and end tag of Transaction controlled by test elements. |
|
String Policy:POLICYFIELD Boolean Operator "VALUE" |
|
<Transaction> |
Indicates the transaction name that will be available in the specified policy status if all test conditions are true. |
|
|
<EligibleTransactionsByPolicyStatus>
<PolicyStatus CODE="36" NAME="Withdrawn">
<Transaction TYPE="User">Reopen</Transaction>
<Transaction TYPE="User">AgentNotification</Transaction>
<Transaction TYPE="System">AgentNotification</Transaction>
</PolicyStatus>
<PolicyStatus CODE="04" NAME="Canceled">
<Transaction TYPE="User">Reopen</Transaction>
</PolicyStatus>
<PolicyStatus CODE="41" NAME="Decline">
<Transaction TYPE="User">Reopen</Transaction>
</PolicyStatus>
<PolicyStatus CODE="48" NAME="Postpone">
<Transaction TYPE="User">Reopen</Transaction>
</PolicyStatus>
</EligibleTransactionsByPolicyStatus>
<EligibleTransactionsByPolicyStatus>
<PolicyStatus CODE="[Code]" NAME="[String]">
<Transaction TYPE="[System | User]">[String]</Transaction>
</PolicyStatus>
</EligibleTransactionsByPolicyStatus>